Navigation: Fix unstable Qunit tests#32192
Merged
dmlvr merged 16 commits intoDevExpress:26_1from Jan 15, 2026
Merged
Conversation
packages/devextreme/testing/tests/DevExpress.viz.vectorMap/projection.tests.js
Outdated
Show resolved
Hide resolved
| } else { | ||
| QUnit.test(name, callback); | ||
| } | ||
| function conditionalTest(name, isUnsupportedConfig, callback) { |
Contributor
There was a problem hiding this comment.
At the moment, it looks the same as before. I suggest we fix the current valid values for unsupported scenarios here and consider them correct.
| }); | ||
| }; | ||
|
|
||
| QUnit.assert.arraysRoughEqual = function(actual, expected, message, percentTolerance = 10) { |
Contributor
There was a problem hiding this comment.
Let’s not add new helper functions for this purpose. I suggest removing it and fixing the current expected values directly in the tests
Contributor
Author
There was a problem hiding this comment.
removed helper and added object with expected results for failed tests.
Contributor
Author
There was a problem hiding this comment.
UPD: removed failed test
packages/devextreme/testing/tests/DevExpress.viz.vectorMap/projection.tests.js
Outdated
Show resolved
Hide resolved
packages/devextreme/testing/tests/DevExpress.viz.vectorMap/projection.tests.js
Outdated
Show resolved
Hide resolved
packages/devextreme/testing/tests/DevExpress.viz.vectorMap/projection.tests.js
Outdated
Show resolved
Hide resolved
packages/devextreme/testing/tests/DevExpress.ui.widgets/drawer.scenarios.tests.js
Outdated
Show resolved
Hide resolved
packages/devextreme/testing/tests/DevExpress.ui.widgets/drawer.scenarios.tests.js
Outdated
Show resolved
Hide resolved
…jection.tests.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Dmitry Lavrinovich <52966626+dmlvr@users.noreply.github.com>
…jection.tests.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Dmitry Lavrinovich <52966626+dmlvr@users.noreply.github.com>
….scenarios.tests.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Dmitry Lavrinovich <52966626+dmlvr@users.noreply.github.com>
….scenarios.tests.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Dmitry Lavrinovich <52966626+dmlvr@users.noreply.github.com>
packages/devextreme/testing/tests/DevExpress.viz.vectorMap/projection.tests.js
Outdated
Show resolved
Hide resolved
packages/devextreme/testing/tests/DevExpress.ui.widgets/drawer.scenarios.tests.js
Show resolved
Hide resolved
EugeniyKiyashko
approved these changes
Jan 15, 2026
dmlvr
added a commit
to dmlvr/DevExtreme
that referenced
this pull request
Jan 15, 2026
Signed-off-by: Dmitry Lavrinovich <52966626+dmlvr@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.